home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / lib / tex / inputs / fontsel / readme.mz3 (.txt) < prev    next >
LaTeX Document  |  1991-05-20  |  9KB  |  183 lines

  1. \def\filedate{90/05/28}
  2. Copyright (C) 1989,1990 by Frank Mittelbach, Rainer Schoepf.
  3. All rights reserved.
  4. IMPORTANT NOTICE:
  5. You are not allowed to change this readme file.
  6.  Copying of the files mentioned below is authorized only if either
  7.  (1) you make absolutely no changes to your copy, including name, or
  8.  (2) if you do make changes, you rename the file(s). 
  9.  This restriction helps to ensure that all files developed at Mainz
  10.  are identical.
  11. Distribution of unchanged and changed versions:
  12.   Redistribution of these files is allowed provided that all files
  13.   listed below are distributed, including this readme file.
  14.   You are NOT ALLOWED to take money for the distribution or use of
  15.   either these files or a changed version except for a nominal charge 
  16.   for copying, etc.  
  17. Error reports in case of UNCHANGED versions to
  18.                           F. Mittelbach
  19.                           Eichenweg 29
  20.                           D-6500 Mainz 1
  21.                           Federal Republic of Germany
  22.                  Bitnet:  <PZF5HZ@DRUEDS2>
  23.                           R. Sch\"opf
  24.                           Inst. f. Theor. Physik
  25.                           der Universit\"at Heidelberg
  26.                           Philosophenweg 16
  27.                           D-6900 Heidelberg
  28.                           Federal Republic of Germany
  29.                  Bitnet:  <BK4@DHDURZ1>
  30. This is a preliminary release of the new font selection scheme and its
  31. interface to LaTeX 2.09.  Please excuse the terseness of the documentation. 
  32. 1) Basic macros for setting up a new format file:
  33. basefont.tex    File used during generation of format.  See fontsel.tex.
  34. fontdef.max     File containing font/shape definitions for standard TeX fonts
  35.                 as well as nonstandard fonts like the AMS symbol fonts, etc.
  36.                 You need a TeX with a large value for the pool size to use
  37.                 this file.
  38. fontdef.ori     File containing font/shape definitions for the standard 
  39.                 TeX fonts which are needed to set up a LaTeX format 
  40.                 compatible with the old font selection.
  41. lfonts.new      File that should be used instead of the old lfonts.tex to
  42.                 set up a new LaTeX format.  See fontsel.tex.
  43.         
  44. preload.min     File that preloads the absolute minimum of fonts.  May be
  45.                 used during initex run.
  46. preload.med     File that preloads those fonts which are otherwise loaded
  47.                 by LaTeXs \documentstyle command if 10pt size is requested.
  48.                 If you normally use 11pt or 12pt as a style option you
  49.                 shouldn't use this file but make a similar one.  May be
  50.                 used during initex run. 
  51. preload.ori     File that preloads more or less the same fonts as the old
  52.                 lfonts.tex.  May be used during initex run.
  53. 2) Sub styles for the new font selection scheme: 
  54. euscript.sty    Style to set up a math alphabet identifier to access the
  55.                 Euler script fonts.
  56. margid.sty      Makes math alphabet identifiers behave like commands with
  57.                 one argument, i.e. use \cal{A} as syntax.
  58. newlfont.sty    Switches to new font selection if oldlfont is default.
  59.                 See article.
  60. nomargid.sty    Makes math alphabet identifiers behave like font switches,
  61.                 i.e. use {\cal A} as syntax.
  62. oldlfont.sty    Switches to old font selection if newlfont is default.
  63.                 See article.
  64. syntonly.sty    Defines \syntaxonly command which can then be used in the
  65.                 preample to suppress output (TeX will run \approx 4 times
  66.                 faster).
  67. tracefnt.sty    Defines \tracingfonts integer. This is used to trace
  68.                 font switches etc.  Setting \tracingfonts to <number> in the
  69.                 preamble means:
  70.                 1       Warnings are turned into error messages to show you
  71.                      the exact location of the problem.
  72.                 2       Additionally, loading of external fonts are shown.
  73.                 3       Additionally, switching of text fonts is traced. 
  74.                      You will see a lot of information if you set
  75.                      \tacingfonts this high.
  76. 3) Example files and documentation:
  77. array.sty       The extension of the array and tabular environment
  78.                 as described in tugboat 9#3. This file is without
  79.                 documentation and not necessarily up to date. It is
  80.                 provided only to run fontsel.tex. If you have a newer
  81.                 version of array.sty use it instead.
  82. concrete.doc    Unfinished style option which should serve as an
  83.                 example of how to use a style file to make new fonts
  84.                 known to the new font selection scheme.  This file is
  85.                 subject to changes!!
  86. concrete.sty    Stripped down version of concrete.doc without comments.
  87. fontsel.bug     This file contains a list of known problems, solved and
  88.                 unsolved.
  89. fontsel.tex     Article published in TUGboat 11#1 about the LaTeX
  90.                 interface to the new font selection scheme.  You will not
  91.                 be able to run it successfully through LaTeX unless you
  92.                 happen to have a new format and the Concrete and Euler
  93.                 Math Fonts available. 
  94.         
  95.                 Note that due to a misunderstanding 2 pages of the
  96.                 article are missing in TUGboat 11#1.  Therefore the whole
  97.                 article is reprinted in TUGboat 11#2. Unfortunately this
  98.                 version got a few errors reinserted which had been corrected
  99.                 for the first printing (that's life).
  100. 4) Changes not covered in the article fontsel.tex:
  101. The files fam.tex, latinit.tex and setsize.tex have been removed and their
  102. contents merged directly into lfonts.new. 
  103. basefnt.tex was renamed to basefont.tex.
  104. 5) Generation of a new format:
  105. 5.1)   Copy all files to a directory where TeX can find them.
  106. 5.2)   Rename the standard lfonts.tex to something like lfonts.old.
  107. 5.3)   Start IniTeX using lplain.
  108. 5.3.1) Use lfonts.new as a substitute for lfonts.tex
  109. 5.3.2) Use fontdef.ori as a substitute for fontdef.tex
  110. 5.3.3) Use preload.ori as a substitute for preload.tex
  111. 5.3.3) Use oldlfont.sty as a substitute for xxxlfont.sty
  112. 5.4)   Say \dump at the end of the run.
  113. This should generate a new format which behaves exactly like the old
  114. one, except, of course, that styles and files which use internals of the
  115. old lfonts.tex (like \xpt or \tenrm) won't work without changes.
  116. This format should enable you to process fontsel.tex.  This document
  117. will tell you more about the font selection scheme and how it can be
  118. customized to the needs of your installation. 
  119. If you have the concrete fonts you should uncomment the following two
  120. lines:
  121.   *  The line in the \documentstyle command where the concrete style is
  122.      loaded 
  123.   *  The line following directly after the \begin{document}, namely
  124.        % \family{ccr}\size{10}{13pt}\selectfont
  125. You should also comment out this one 
  126.      \family{cmss}\size{10}{13pt}\selectfont
  127. The unchanged document will produce the article using Computer Modern
  128. sans serif fonts.  Please don't change the file in other respects.  If
  129. you have problems running it, make a copy and change the copy. 
  130. I'm sorry that the preamble of this file contains so many definitions
  131. but I didn't find the time so far to clear things up.
  132. Last remark: you will need ltugboat.sty and tugboat.com. If you don't
  133. have these files it is still possible to produce the documentation:
  134. comment out the ltugboat option and scroll the errors that will follow.
  135. Of course, some things will be missing or look different.
  136. Good luck!
  137. The \fileversion and \filedate lines below are generated so that you can
  138. easily check differences from your version by using GREP or DIFF etc.
  139. array.sty: \def\fileversion{v2.0b}
  140. array.sty: \def\filedate{89/5/17}
  141. basefont.tex: \def\fileversion{v1.2f}
  142. basefont.tex: \def\filedate{90/06/29}
  143. concrete.doc: \def\fileversion{v1.0f}
  144. concrete.doc: \def\filedate{90/04/05}
  145. concrete.sty: \def\fileversion{v1.0f}
  146. concrete.sty: \def\filedate{90/04/05}
  147. euscript.sty: \def\fileversion{v1.0d}
  148. euscript.sty: \def\filedate{90/04/05}
  149. fontdef.max: \def\fileversion{v1.1i}
  150. fontdef.max: \def\filedate{90/06/08}
  151. fontdef.ori: \def\fileversion{v1.1i}
  152. fontdef.ori: \def\filedate{90/06/08}
  153. fontsel.bug: \def\filedate{90/06/30}
  154. lfonts.new: \def\fileversion{v1.2l}
  155. lfonts.new: \def\filedate{90/06/30}
  156. lfonts.new: \def\fileversion{v1.0p}
  157. lfonts.new: \def\filedate{90/06/30}
  158. lfonts.new: \def\fileversion{v1.1c}
  159. lfonts.new: \def\filedate{90/06/06}
  160. lfonts.new: \def\fileversion{v1.1h}
  161. lfonts.new: \def\filedate{90/06/26}
  162. lfonts.new: \def\fileversion{v1.1k}
  163. lfonts.new: \def\filedate{90/06/23}
  164. margid.sty: \def\fileversion{v1.0b}
  165. margid.sty: \def\filedate{90/03/30}
  166. newlfont.sty: \def\fileversion{v1.2f}
  167. newlfont.sty: \def\filedate{90/06/29}
  168. nomargid.sty: \def\fileversion{v1.0b}
  169. nomargid.sty: \def\filedate{90/04/05}
  170. oldlfont.sty: \def\fileversion{v1.2i}
  171. oldlfont.sty: \def\filedate{90/06/29}
  172. preload.med: \def\fileversion{v1.0g}
  173. preload.med: \def\filedate{90/04/22}
  174. preload.min: \def\fileversion{v1.0g}
  175. preload.min: \def\filedate{90/04/22}
  176. preload.ori: \def\fileversion{v1.0g}
  177. preload.ori: \def\filedate{90/04/22}
  178. readme.mz3: \def\filedate{90/05/28}
  179. syntonly.sty: \def\fileversion{v1.0e}
  180. syntonly.sty: \def\filedate{90/04/05}
  181. tracefnt.sty: \def\fileversion{v1.0p}
  182. tracefnt.sty: \def\filedate{90/06/30}
  183.